From: Po Lu Date: Wed, 22 Jun 2022 04:23:00 +0000 (+0800) Subject: * src/xterm.c (x_scroll_bar_note_movement): Fix no-toolkit build. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~16^2~1886^2~1543 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=582356c45f86ef0e27e2e0e4c171b0c670148043;p=emacs.git * src/xterm.c (x_scroll_bar_note_movement): Fix no-toolkit build. --- diff --git a/src/xterm.c b/src/xterm.c index f97452a2e56..9e481c39af0 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -15078,7 +15078,7 @@ x_scroll_bar_note_movement (struct scroll_bar *bar, struct x_display_info *dpyinfo = FRAME_DISPLAY_INFO (f); dpyinfo->last_mouse_movement_time = event->time; - dpyinfo->last_mouse_movement_send_event = event->send_event; + dpyinfo->last_mouse_movement_time_send_event = event->send_event; dpyinfo->last_mouse_scroll_bar = bar; f->mouse_moved = true;